tree decomposition
#graph_theory
Definition (tree decomposition)
A tree decomposition of a graph is a tree where
- Each vertex (node) of is labeled by a subset of vertices of , a "bag"
- Each edge of is in a subgraph induced by at least one of the (i.e. is in at least one "bag" of )
- The subtree of consisting of all "bags" containing is connected, for all vertices in .
Definition (width of tree decomposition)
The width of a tree decomposition is one less than the maximum bag size of that tree decomposition.